From: Dan Nicolaescu Date: Tue, 10 Aug 2010 14:22:29 +0000 (-0700) Subject: * configure.in (AC_PREREQ): Require autoconf 2.65. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~7003 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2a298f97705046e03fc81886fc489f3b96286dad;p=emacs.git * configure.in (AC_PREREQ): Require autoconf 2.65. --- diff --git a/ChangeLog b/ChangeLog index 1bc695ef873..71b597d889b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-08-10 Dan Nicolaescu + + * configure.in (AC_PREREQ): Require autoconf 2.65. + 2010-08-09 Dan Nicolaescu * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn. diff --git a/configure.in b/configure.in index c712c0925d6..ada0b189d3c 100644 --- a/configure.in +++ b/configure.in @@ -23,7 +23,7 @@ dnl dnl You should have received a copy of the GNU General Public License dnl along with GNU Emacs. If not, see . -AC_PREREQ(2.66) +AC_PREREQ(2.65) AC_INIT(emacs, 24.0.50) AC_CONFIG_HEADER(src/config.h:src/config.in) AC_CONFIG_SRCDIR(src/lisp.h)